# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.1245 -> 1.1246 # include/linux/module.h 1.69 -> 1.70 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 03/09/23 davidm@wailua.hpl.hp.com 1.1246 # Remove bogus __attribute_used__ in module.h. # -------------------------------------------- # diff -Nru a/include/linux/module.h b/include/linux/module.h --- a/include/linux/module.h Wed Sep 24 00:40:14 2003 +++ b/include/linux/module.h Wed Sep 24 00:40:14 2003 @@ -65,7 +65,6 @@ #define MODULE_GENERIC_TABLE(gtype,name) \ extern const struct gtype##_id __mod_##gtype##_table \ - __attribute_used__ \ __attribute__ ((unused, alias(__stringify(name)))) #define THIS_MODULE (&__this_module)